home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Financial / Emerald1.0 / Source / Makefile < prev    next >
Encoding:
Makefile  |  1996-03-02  |  1.2 KB  |  55 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Emerald
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = Emerald.tiff
  16. LOCAL_RESOURCES = Analysis.nib AnalysisUS.nib Canadian.nib Emerald.nib\
  17.                   InfoPanel.nib MoreInfo.nib US.nib
  18.  
  19. GLOBAL_RESOURCES = CanEq.tiff Emerald.tiff EmeraldBig.tiff Eric.tiff\
  20.                    USEq.tiff
  21.  
  22. CLASSES = AnalysisObject.m AnalysisUSObject.m CanadianObject.m\
  23.           MenuObject.m USObject.m
  24.  
  25. HFILES = AnalysisObject.h AnalysisUSObject.h CanadianObject.h\
  26.          MenuObject.h USObject.h
  27.  
  28. MFILES = Emerald_main.m
  29.  
  30. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  31.  
  32.  
  33. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  34. MAKEFILE = app.make
  35. INSTALLDIR = $(HOME)/Apps
  36. INSTALLFLAGS = -c -s -m 755
  37. SOURCEMODE = 444
  38.  
  39. ICONSECTIONS =    -sectcreate __ICON app Emerald.tiff
  40.  
  41. LIBS = -lMedia_s -lNeXT_s
  42. DEBUG_LIBS = $(LIBS)
  43. PROF_LIBS = $(LIBS)
  44.  
  45.  
  46.  
  47.  
  48. -include Makefile.preamble
  49.  
  50. include $(MAKEFILEDIR)/$(MAKEFILE)
  51.  
  52. -include Makefile.postamble
  53.  
  54. -include Makefile.dependencies
  55.